runtime.synctestBubble.now (field)
13 uses
runtime (current package)
synctest.go#L18: now int64 // current fake time
synctest.go#L147: if next > 0 && next <= bubble.now {
synctest.go#L187: bubble.now = synctestBaseTime
synctest.go#L215: gp.bubble.timers.check(bubble.now, bubble)
synctest.go#L227: if next < bubble.now {
synctest.go#L234: bubble.now = next
time.go#L19: sec = bubble.now / (1000 * 1000 * 1000)
time.go#L20: nsec = int32(bubble.now % (1000 * 1000 * 1000))
time.go#L36: return gp.bubble.now
time.go#L347: now = bubble.now
time.go#L637: if t.state&timerHeaped == 0 && when <= bubble.now {
time.go#L642: t.unlockAndRun(bubble.now, bubble)
time.go#L1456: now = getg().bubble.now
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |